From eb6a1285125d0dd6e88313bffea497f89a7cfb4d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 16 Jan 2025 11:52:20 +0900 Subject: some waybar style minor updates --- config/waybar/style/[Wallust Transparent] Crystal Clear.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'config/waybar/style/[Wallust Transparent] Crystal Clear.css') diff --git a/config/waybar/style/[Wallust Transparent] Crystal Clear.css b/config/waybar/style/[Wallust Transparent] Crystal Clear.css index 52cfec67..d8f21d29 100644 --- a/config/waybar/style/[Wallust Transparent] Crystal Clear.css +++ b/config/waybar/style/[Wallust Transparent] Crystal Clear.css @@ -7,7 +7,7 @@ @define-color critical #ff0000; /* critical color */ @define-color warning #f3f809; /* warning color */ @define-color text @color12; /* text color */ -@define-color text-alt @color9; /* text alternative color */ +@define-color text-alt @color13; /* text alternative color */ @define-color bg @color7; /* background color */ *{ @@ -51,6 +51,15 @@ window#waybar.empty #window { } +tooltip { + color: @color12; + background: @color10; + opacity: 0.8; + border-radius: 10px; + border-width: 1px; + border-style: solid; +} + #workspaces button { color: @text-alt; box-shadow: none; -- cgit v1.2.3